
/*** chatbot css ***/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');

/***************/
.chatbot_container .fs-30{font-size: 30px;}
.chatbot_container .fs-20{font-size: 20px; font-family: "gotham_narrowbold";}
.chatbot_container .fs-14{font-size: 14px !important; line-height: 18px;}
.chatbot_container .fs-18{font-size: 18px;}

.chatbot_container {
    width: 460px;
    background: linear-gradient(180deg, rgba(0,127,196,1) 0%, rgba(0,58,116,1) 100%);
    border: solid 2px #E8F1EB;
    border-radius: 18px;
    padding: 0px;font-family: "Roboto", sans-serif;
    margin-left: auto;
}
.newslettersign {
    bottom: 0px;
    position: fixed; right: 0;
    z-index: 999;   
}
.chatbot .credits {
    text-align: center;
    font-size: small;
    color: #b2b2b2;
}

.chatbot .credits a {
    color: inherit;
}


.btnbg {
    background: #0091CE;
    border: 0px solid;
    padding: 9px 18px;
    border-radius: 8px;
}
.btnbg:hover{ background:#076b95; }


.pixels {
    position: fixed;
    bottom: 0;
    right: 0;  z-index: 1;
}
.bottomfixed{position: relative;width:334px;}
.chatbotclick {
    position: absolute;
    top: 25px;
    left: 28px;
    font-size: 18px;
    font-weight: bold;
        font-family: "gotham_narrowbold";
    color: #fff;
    
}
.bottomfixed img{
    width: 100%;
}

.chatbotimg{margin-left: 9px;}


.form-header{
    padding: 30px;
}

.logochat{   
    color: #fff;
    font-size: 24px;
}

.icon{

    color: #fff;
}

/*.icon a{
    font-size: 20px;
    color: #fff;
}*/

.container-contant{
    margin-top: 2px;
    color: #fff;
    padding: 10px 30px;

}


.container-contant h1{
   font-size: 24px;
   font-family: 'Gotham Narrow';
   font-weight: 900 !important;
}
.container-contant h3{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
 }

 .form_bg{
    background: linear-gradient(121deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%);
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    margin-top: 80px;
 }

 .form {
    width: 100%;
    margin-top: -100px;
    padding: 20px 26px;
    background: #fff;
    border-radius: 10px;
}

.form button{
    color: #000;
    font-weight: bold;
        font-family: "gotham_narrowbold";
}

.form-item {
    position: relative;
    height: 78px;
}

.form-item input {
    display: block;
    width: 100%;
    background: transparent;
    border: solid 1px #DCDCDC;
    transition: all .3s ease;
    padding: 15px 10px;
    color: #000;
    border-radius: 5px;
}

.form-item input:focus {
    border: solid 1px #0091CE;
    outline: none;
}

.form-item label {
    position: absolute;
    cursor: text;
    z-index: 2;
    top: -2px;
    left: 3px;
     background: #fff;
    line-height: 8px;
    font-size: 15px;
    padding: 0 10px;
    color: #000;
    transition: all .3s ease;
}

.form-item input:focus + label, .form-item input:valid + label {
    font-size: 16px;
    top: -2px;
    background: #fff;
    left: 12px;
    line-height: 8px;
    font-size: 15px;
    color: #0091CE;
    padding: 0 2px;
}

.form-item input:focus+label {
    color: #0091CE
}
.chatbot_container .form-check-input {
    margin-top: 0.1rem;
    margin-left: -1.25rem;
    width: 22px;
    height: 16px;
    border-color: #DCDCDC;
    border: 1px solid;
    margin-left: 20;
}
.chatbot_container .form-check {
    position: relative;
    margin-bottom: 9px;
}
.chatbot_container .form-check-label {
    margin-bottom: 0;
    padding-left: 5px;
}
.popupbtn {
    background: #FFBD03;
    font-size: 18px;
    color: #000;
    padding: 14px;
    border-radius: 5px;
}
.error {
    font-size: 11px;
    color: red;
    position: absolute;
}

/* fullwidth */

.newslettersign.fullwidth{bottom: 0px;
    position: fixed;
    right: 0;
    z-index: 999;
    top: 0;
    height: 100%;
    left: 0;}

    .chatmenu a {
        color: #000;
        padding: 8px 14px; border-radius: 6px;
        font-size: 16px;
    }
    .chatmenu a:hover{ background: #F9F9F9; color: #0091CE; }
    .chatmenu {
        padding: 10px;
        border-radius: 6px;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    }

    .iconchat {
        filter: brightness(000);
        margin-right: 8px;
    }
    .chatmenu a:hover .iconchat{filter: brightness();}


    .fullwidth .chatbot_container{width: 100%; height: 100%;}
    .fullwidth .form_bg{width: 100%; height: 100%;}
    .fullwidth .fullview_w {
        width: 550px;
        margin-left: auto;
        margin-right: auto;
    }
    .chatbotclick {cursor: pointer;}
    .fullwidth .h100{height: 100%;}
    .headerchat{ padding: 10px 24px;}
    .fw-500{font-weight: 500;}
     .minicon{display: none;}
  .fullwidth .maxixon{ display: none;}  
    .fullwidth .minicon{ display: inline-block;}  

    .chat
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-top: 10px;
    width: 97%;
    font-size: 16px;
}

.chat li .chat-body p {
    margin: 0;
        font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}

.markdown-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    /* border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9; */
}
input:-internal-autofill-selected {
    background-color: transparent; !important;
}

.markdown-content h1,
.markdown-content h2,
.markdown-content h3,
.markdown-content h4,
.markdown-content h5,
.markdown-content h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
        font-family: "gotham_narrowbold";
}

.markdown-content p {
    margin: 10px 0;
}

.markdown-content ul,
.markdown-content ol {
    margin: 10px 0;
    padding-left: 20px;
    margin-left:30px !important;
    /* Ensure bullets/numbers are visible */
}

.markdown-content ol {
    list-style-type: decimal; /* Ensure ordered lists use decimal numbering */
    padding-left: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

.markdown-content ol li {
    margin-bottom: 5px; /* Space between list items */
    padding-left: 0; /* Remove padding for default styling */
}

/* Custom list styling (if needed) */
/* Remove or comment out if using default styling */
.markdown-content ol {
    counter-reset: list-counter; /* Initialize custom counter */
    list-style: none; /* Remove default list styling */
    list-style-type: initial;
}

.markdown-content ol li {
    counter-increment: list-counter; /* Increment custom counter */
    position: relative; /* Required for positioning custom counter */
    /* padding-left: 30px;  */
    margin-bottom: 5px; /* Space between list items */
}



.markdown-content code {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: 'Courier New', Courier, monospace;
}

.markdown-content pre {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 3px;
    overflow-x: auto;
}

.markdown-content blockquote {
    margin: 10px 0;
    padding: 10px 20px;
    background-color: #f9f9f9;
    border-left: 5px solid #ccc;
}

.markdown-content a {
    color: #007bff;
    text-decoration: none;
}

.markdown-content a:hover {
    text-decoration: underline;
}

.markdown-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.markdown-content th,
.markdown-content td {
    padding: 10px;
    border: 1px solid #ddd;
}

.markdown-content th {
    background-color: #f4f4f4;
}


/*.chat-care
{
    overflow-y: auto;
    height: 70vh;
    position: relative;
}
#time-loader{
        position: fixed;
    bottom: 28%;
    right: 3%;
    padding: 20px;
    background: aliceblue;
    transform: translate(-50%, -50%);
}
*/

 .chat-care {
            overflow-y: auto;
            height: 70vh;
            position: relative;
        }

#time-loader {
    position: absolute;
    top: -65px;
    right: 0;
    left: 39px;
    line-height: 1;
    /* height: auto; */
}

#time-loader .loading-dots {
    font-size: 100px;
     animation: l1 1s steps(4) infinite; 
    color: #0069d9;
    width: 87px;
    /* display: block; */
    /* margin: auto; */
    line-height: 1;
}

        @keyframes l1 {
            to {
                clip-path: inset(0 0 0 0);
            }
        }


.chat-care .chat-img {
    width: 25px;
    height: 34px;
}

.chat-care .img-circle
{
    border-radius: 50%;
}
.chat-care .chat-img
{
    display: inline-block;
}
.chat-care .chat-body
{
    display: inline-block;
    max-width: 80%;
    background-color: #FFC195;
    padding: 15px;
}
.chat-body ol{
    list-style-type: initial;
}
/* .chat-body .bgblue ul li{
    margin-left: 8%;
} */
.chat-care .bgblue{
text-align: start !important;
}
.chat-care .chat-body strong
{
  color: black;
}

.chat-care .admin
{
    text-align: right ;
    float: right;
}
.chat-care .admin p
{
    text-align: left ;
}
.chat-care .agent
{
    text-align: left ;
    float: left;
}
.chat-care .left
{
    float: left;
}
.chat-care .right
{
    float: right;
}

.clearfix {
  clear: both;
}

.bglight {
    background-color: #F1F1F1 !important;
    border-radius: 10px;
    border-top-left-radius: 0px;
}

.bgblue {
    background-color: #0091CE !important;
    border-radius: 10px;color: #fff;
    border-top-right-radius: 0px;
    margin-right: 12px;
}

.chatbotimg {
    margin-left: 9px;
}


.form-control::placeholder {
    color: #000;
    opacity: 1;
}
.chattextenterbox {
    border: 1px solid #0091CE;
    padding: 4px 7px;
    border-radius: 13px;
}
.chattextenterbox input{
height: auto;
font-family: "Roboto", sans-serif;
}

    .btnbg{background: #0091CE;}
.form-control.chattextenterbox:focus{   border: 1px solid #0091CE;}

 .fullwidth #formtwo .fullview_w {
    width: 56%;

}
.bdropdown-toggle[aria-expanded="true"] img{background: rgba(255,255,255, 0.2);
    padding: 9px;}

iframe{width: 100%; height: 700px;
   
}

.fullwidth iframe{width: 100%; height: 100vh;
   
}

 .fullwidth .chatbotneww .fullview_w {
width: 100%; 
}

.closebuttonposs {
    position: absolute;
    left: 73%;
    top: 26px;
    z-index: 11;
}
.fullwidth .closebuttonposs {
    
    top: 28px;
    left: 79%;
}

img.minicon {
    width: 17px;
}

img.maxixon {
    width: 17px;
}

.newchatmaximum{}

.chatbot_container {
    background: transparent;
    border: solid 2px #E8F1EB;
    border-radius: 20px;
    overflow: hidden;
}


@media (max-width: 1640px) {
    .form-header {
        padding: 12px 22px 0;
    }
    .container-contant {
        margin-top: 10px;
        padding: 1px 30px;
    }
    .chatbot_container .fs-18 {
        font-size: 15px; line-height: 18px;
    }
    .chatbot_container .fs-30 {
        font-size: 26px;
    }
    .chatbot_container .fs-14 {
        font-size: 12px !important;
    }


}
@media (max-width: 1140px) {
    .form-item input { 
        padding: 12px 10px;
     
    }
    
    .newslettersign {
     height: auto;
     overflow: auto;
     width: 100%;
    }
}

@media (max-width: 992px) {
.pixels {
    bottom: 77px;
}
}


@media (max-width: 575px) {
    .chatbot_container {
        width: 100%;   
    }
    .form_bg, .h100 {
        height: 100%;
        padding: 0px 0;
    }
    .chatbot_container .fs-30 {
        font-size: 20px;
    }
    .fullwidth .fullview_w {
        width: 100% !important;
    }
    .chatbot_container .fs-20 {
    font-size: 17px;
}
.form-header {
    padding: 12px 15px 0;
}

}

@media (max-width: 395px) {

    .chatbot_container .fs-20 {
    font-size: 15px;
}
.form-header {
    padding: 12px 11px 0;
}
/*.newslettersign {
    height: 100vh;
}
*/
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

@media (max-width: 575px) {
    .minicon .maxixon {
        display: none !important;
    }
    #toggleButton{ display: none !important;}
    
    }